|
|
@@ -62,11 +62,11 @@ If you need more detailed instructions, see the [Novice setup guide][novice-setu
|
62
|
62
|
|
63
|
63
|
### Real Start
|
64
|
64
|
|
65
|
|
-Follow these instructions if you wish to deploy your own version of Huginn or contribute back to the project. GitHub doesn't make it easy to work with private forks of public repositories, so I recommend that you follow the following steps:
|
|
65
|
+Follow these instructions if you wish to deploy your own version of Huginn or contribute back to the project. Github doesn't make it easy to work with private forks of public repositories, so I recommend that you follow the following steps:
|
66
|
66
|
|
67
|
67
|
* Make a public fork of Huginn. If you can't create private Github repositories, you can skip the steps below. Just follow the *Quick Start* steps above and make pull requests when you want to contribute a patch.
|
68
|
|
-* Make a private, empty GitHub repository called `huginn-private`
|
69
|
|
-* Duplicate your public fork into your new private repository (via [GitHub's instructions](https://help.github.com/articles/duplicating-a-repository)):
|
|
68
|
+* Make a private, empty Github repository called `huginn-private`
|
|
69
|
+* Duplicate your public fork into your new private repository (via [Github's instructions](https://help.github.com/articles/duplicating-a-repository)):
|
70
|
70
|
|
71
|
71
|
git clone --bare git@github.com:you/huginn.git
|
72
|
72
|
cd huginn.git
|